Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HH-216278 small fixes #703

Closed
wants to merge 1 commit into from
Closed

HH-216278 small fixes #703

wants to merge 1 commit into from

Conversation

712u3
Copy link
Contributor

@712u3 712u3 commented May 17, 2024

@712u3 712u3 requested a review from a team as a code owner May 17, 2024 13:17
@@ -49,14 +50,18 @@ class FrontikApplication:
class DefaultConfig:
pass

def __init__(self, app_root: str, **settings: Any) -> None:
def __init__(self, app_module_name: Optional[str] = None) -> None:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

в тестах неудобно по 100 параметров задавать app/app_class/app_module/app_root + мупи очень тяжело было объяснить что где-то что-то не None
сделал 1 параметр

def is_finished(self) -> bool:
return self._finished

def abort(self) -> None:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

уже давно все логи заспамлены лишними ошибками AbortAsyncGroup
упростил финиш группу

@712u3 712u3 force-pushed the HH-216278 branch 2 times, most recently from 906baeb to 8190e6d Compare May 20, 2024 05:43
@712u3 712u3 closed this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants